home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 011a / fin107.zip / README.BAT < prev   
DOS Batch File  |  1991-12-30  |  1KB  |  29 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .  To install FINISH LINE (tm) software, at DOS prompt type:     FINISH I
  5. echo .
  6. echo .  For more information on FINISH LINE, view or PRINT file FINISH.HLP 
  7. echo .
  8. echo .
  9. echo Whether or not you have purchased FINISH LINE, we welcome your
  10. echo comments and suggestions.  We are continually improving FINISH LINE
  11. echo and often add new features.  If you can't get FINISH LINE to work the
  12. echo way you want, tell us.  Most of the time we can suggest a way to use
  13. echo FINISH LINE that will meet your needs.
  14. echo .
  15. echo Also, if you would like to receive information about Tricks, Techniques, 
  16. echo and New Releases of FINISH LINE, include your mailing address
  17. echo and/or CompuServe ID.  Please mention any specific applications or
  18. echo programs you are interested in.
  19. echo .
  20. echo mail:  Innovative Designs         call:  (408)985-9255
  21. echo .      Dept. 34                   FAX:   (408)247-6624
  22. echo .      PO Box 2577                modem: (408)246-2468  8/N/1/300-2400 baud
  23. echo .      Santa Clara, CA 95055      CompuServe: CIS 70402,2003
  24. echo .
  25. if not exist finish.hlp goto end
  26. pause
  27. more <finish.hlp
  28. :end
  29.